home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / fr$effects_properties.as < prev    next >
Text File  |  2009-02-12  |  537b  |  23 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class fr$effects_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function fr$effects_properties()
  10.       {
  11.          super("fr","effects");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {
  17.             "incorrectTrigger":"The Zoom effect can not be triggered by a moveEffect trigger.",
  18.             "incorrectSource":"Source property must be a Class or String."
  19.          };
  20.       }
  21.    }
  22. }
  23.